How to: Remove an Event Source - MSDN - Microsoft You can remove your source if you no longer need to use it to write entries to that log. Doing so affects all components that used that source to write to the log.
EventLog.Delete 方法(String) (System.Diagnostics) - MSDN - Microsoft EventLog.Delete 方法(String) .NET Framework 4.5. 其他版本 ... + " deleted."); } else { // Create the event source to make next try successful. EventLog.
EventLog.DeleteEventSource Method (String) (System.Diagnostics) Use this method to remove the registration of a Source from the local computer. DeleteEventSource accesses the registry on the local computer and removes the ...
How to: Delete Event Logs - MSDN - Microsoft You can delete any event log on your local computer or a remote server, provided ... the registration for all of the event sources that were registered for that log.
How to: Create and Remove Custom Event Logs - MSDN - Microsoft EventLog class to create a custom event log on a local or remote computer. ... This method creates a new source and lets you specify the log to write to.
c# - Deleting Custom Event Log Source Without Using Code - Stack ... I also think you're in the right place... it's stored in the registry, under the name of the event log. I have a custom event log, under which are multiple ...
How to delete a custom event log source? - PC Review Hi go to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog] and delete your custom log folder ...
Remove-EventLog | PowerShell | SS64.com Remove-EventLog will delete an event log file and unregister all of its event sources for the log. This cmdlet can also be used to unregister event sources without ...
powershell - How to delete event source windows 2008 - Server Fault 10 Dec 2013 ... I would like to delete an event source in windows 2008. I don't want to delete the log event, just the source. How do I do that? I don't find any ...